VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000 Namespace / Jpeg2000Page Class / GetTileImage Methods / GetTileImage(Int32,EventHandler<ProgressEventArgs>) Method
Syntax Requirements SeeAlso
In This Topic
    GetTileImage(Int32,EventHandler<ProgressEventArgs>) Method (Jpeg2000Page)
    In This Topic
    Returns an image of specified tile of this page.
    Syntax
    'Declaration
    
    Public Overloads Function GetTileImage( _
    ByVal tileIndex
    The zero based tile index.
    As System.Int32, _
    ByVal imageLoadingProgress
    Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
    As System.EventHandler(Of ProgressEventArgs) _
    ) As Vintasoft.Imaging.VintasoftImage

    Parameters

    tileIndex
    The zero based tile index.
    imageLoadingProgress
    Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).

    Return Value

    Scaled image associated with the specified tile.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also